home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
prcmfixs.arc
/
PRCMBBS.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1987-07-19
|
1KB
|
20 lines
;**********************************************************************
;* *
;* Sample command file for this BBS *
;* *
;**********************************************************************
EMULATE ANSI ;* Use ANSI-BBS emulation for ANSI graphics *
IF NOT LINKED
DIAL "99" ;* Call dialing directory entry number 99 *
ENDIF
TRANSMIT "!" ;* Transmit a Carriage return *
PAUSE "1" ;* and wait a second... *
WAITFOR "" ;* Wait for first name prompt... *
TRANSMIT "John!" ;* Send my first name *
WAITFOR "me?" ;* Wait for last name prompt... *
TRANSMIT "Doe!" ;* Send my last name *
WAITFOR "rect?" ;* Wait for verification prompt... *
TRANSMIT "Y" ;* Send a yup *
ALARM ;* Sound alarm to let you know logon is complete *